 @charset "UTF-8";
@font-face {
  font-family: 'LAURMC';
  src: url("fonts/LAURMC.eot");
  src: url("fonts/LAURMC.eot") format("embedded-opentype"), url("fonts/LAURMC.woff2") format("woff2"), url("fonts/LAURMC.woff") format("woff"), url("fonts/LAURMC.ttf") format("truetype"), url("fonts/LAURMC.svg#LAURMC") format("svg");
}
body, html {
  min-width: 1200px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

a {
  display: block;
  -webkit-transition: all .5s 0s ease-in;
          transition: all .5s 0s ease-in;
}

a:hover {
  -webkit-transition: all .5s 0s ease-in;
          transition: all .5s 0s ease-in;
}

footer {
  background: #333;
  position: relative;
  z-index: 9;
}
footer .top {
  padding: 50px 0 30px;
  border-bottom: 1px solid #3d3d3d;
  position: relative;
  z-index: 2;
}
footer .top .link{
  margin-top:20px; 
}
footer .top .dlbox {
  width: 840px;
}
footer .top .dlbox .dl {
  float: left;
  width: 70px;
  margin-right: 78px;
}
footer .top .dlbox .dt {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 18px;
}
footer .top .dlbox .dd {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: .38;
}
footer .top .dlbox .dd:hover {
  color: #d5743d;
  opacity: 1;
}
footer .top .fxbox {
  margin-left: 70px;
}
footer .top .fxbox .h {
  font-size: 18px;
  line-height: 18px;
  font-family: "Arial";
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
}
footer .top .fxbox .line {
  width: 30px;
  height: 1px;
  background: #6c6c6c;
  -webkit-transition: all .5s 0s ease-in;
          transition: all .5s 0s ease-in;
}
footer .top .fxbox:hover .line {
  width: 100%;
  background: #d77e4b;
  -webkit-transition: all .5s 0s ease-in;
          transition: all .5s 0s ease-in;
}
footer .top .fxbox .bdsharebuttonbox {
  margin-top: 14px;
}
footer .top .fxbox .bdsharebuttonbox a {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 20px 0 0;
}
footer .top .fxbox .bds_sqq {
  background: url(../img/f1.png) no-repeat center;
}
footer .top .fxbox .bds_sqq:hover {
  background: url(../img/f1-1.png) no-repeat center;
}
footer .top .fxbox .bds_tsina {
  background: url(../img/f2.png) no-repeat center;
}
footer .top .fxbox .bds_tsina:hover {
  background: url(../img/f2-1.png) no-repeat center;
}
footer .top .fxbox .bds_more {
  background: url(../img/f3.png) no-repeat center;
}
footer .top .fxbox .bds_more:hover {
  background: url(../img/f3-1.png) no-repeat center;
}
footer .top .wxbox .h {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 25px;
  color: #fff;
}
footer .bot {
  height: 60px;
  line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .bot p {
  font-size: 14px;
  opacity: .38;
  color: #fff;
}
header{
  background:#f8b62d;
}
header.scollfox {
  /* border-bottom: 1px solid #e9e6e0; */
  -webkit-animation: 850ms 350ms;
          animation: 850ms 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
 /* -webkit-animation-name: fadedown;
  animation-name: fadedown;*/
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /* background: #fff; */
  height: 90px;
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*header.scollfox nav {
  height: 70px;
}*/
header.scollfox nav ul {
  width: 100%;
}
/*header.scollfox nav ul li {
  height: 70px;
  line-height: 70px;
}
header.scollfox .slid-nav {
  top: 70px;
}
header.scollfox .logo {
  margin-top: 5px;
  width: 50px;
}*/
header.scollfox .logo img {
  width: 225px;
}

header {
  height: 90px;
  z-index: 99;
  position: relative;
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .logo {
  width: 225px;
  margin-top: 7px;
}
header .logo img {
  width: 225px;
}
/* header .tel{

  color: #4c0f12;
  font-size: 16px;
  line-height: 90px;
  font-weight: bold;
  margin-left:10px;
} */
header nav {
  width: 872px;
  height: 90px;
}
header nav ul {
  width: 100%;
}
header nav ul li {
  float: left;
  width: 120px;
  font-size: 16px;
  height: 90px;
  line-height: 20px;
  position: relative;
  margin: 0 2px;
}
header nav ul li a {
  color: #4c0f12;
  font-weight: bold;
  text-align: center;
  /* height: 90px;
  line-height: 90px; */
  display: table;
  width: 100%;
  height: 100%;
}
header nav ul li:hover > a, header nav ul li.cur > a {
  color: #fff;
  background: #d5743d;
  transition:none;
}
header nav ul li:first-child a {
  padding-left: 0;
  width: 100%;
  height: 100%;
}
header nav li > a .sp {
  overflow: hidden;
  /* display: block; */
  display: table-cell;
  vertical-align: middle;
  height: 90px; 
}
header nav li > a .span {
  display: block;
  position: relative;
  -webkit-transition: all ease-out .3s;
          transition: all ease-out .3s;
}
header nav li > a .sd {
  font-size: 12px;
  /* margin-top: 5px; */
}
/*header nav li > a .span:after {
  content: attr(data-title);
  position: absolute;
  color: #fff;
  background: #d5743d;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
}*/
/*header nav li.cur a .span, header nav li:hover a .span {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all ease-out .5s;
          transition: all ease-out .5s;
}*/
header .slid-nav {
  position: absolute;
  left: 50%;
  width: 120px;
  background: #d5743d;
  top: 90px;
  margin-left: -60px;
  display: none;
  box-shadow: 5px 4px 12px -4px rgba(0, 0, 0, 0.16);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .slid-nav p {
  display: block;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid #edebe4;
  text-align: left;
  -webkit-transition: 300ms;
          transition: 300ms;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
header .slid-nav p:hover {
  background: #f1f1f1;
  -webkit-transition: all .5s;
          transition: all .5s;
}
header .slid-nav p a {
  color: #fff;
  padding: 0;
  opacity: .8;
}
header .slid-nav p:hover a {
  color: #4c0f12;
  /* padding: 0;
  opacity: .8; */
}

.banner.on li {
  -webkit-animation: none !important;
          animation: none !important;
}

.i-banner {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  height: 860px;
  z-index: 1;
}
.i-banner ul {
  width: 100%;
  height: 705px;
}
.i-banner ul li {
  width: 100%;
  height: 860px;
  float: left;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.i-banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.i-banner ul li.active {
  display: block;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
  -webkit-animation: banner 5s linear 0s infinite;
          animation: banner 5s linear 0s infinite;
}
.i-banner .btnsbox {
  width: 100%;
  z-index: 3;
}
.i-banner .btns {
  bottom: 45px;
  height: 14px;
  display: inline-block;
  left: 50%;
  position: absolute;
}
.i-banner .btns span {
  margin: 0 6px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #fff;
}
.i-banner .btns span.cur {
  width: 14px;
  height: 14px;
  margin-top: 1px;
  border: 1px solid #e8641b;
  background: #e8641b;
}

.n-top {
  text-align: center;
}
.n-top .tit {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  margin-bottom: 18px;
}
.n-top .tit-p {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  opacity: .8;
}
.n-top .tit-p-t {
  font-size: 18px;
  line-height: 22px;
  color: #333;
}
.n-top .s {
  color: #d5743d;
}

.i-lista {
  padding: 60px 0 30px;
  background: url(../img/bg-1.png) no-repeat center 30px;
  background-attachment: fixed;
}
.i-lista .ul {
  margin-top: 60px;
}
.i-lista .ul .li {
  width: 274px;
  margin: 0 12px;
  float: left;
}
.i-lista .ul .li .img {
  height: 190px;
  overflow: hidden;
}
.i-lista .ul .li .img img {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-lista .ul .bot {
  text-align: center;
  width: 100%;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-lista .ul .bot .p-tex {
  padding: 25px 0 45px;
  position: relative;
  z-index: 2;
}
.i-lista .ul .bot .h {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #4c0f12;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-lista .ul .bot .p {
  font-size: 12px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  padding: 0 15px;
  color: #666;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-lista .ul .bot .jg {
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  border-radius: 25px;
  border: 1px solid #666;
  display: inline-block;
  color: #666;
  margin-top: 25px;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-lista .ul .bot .line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-lista .ul .li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-lista .ul .li:hover .bot .jg, .i-lista .ul .li:hover .bot .p, .i-lista .ul .li:hover .bot .h {
  color: #fff;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-lista .ul .li:hover .bot .jg {
  border: 1px solid #fff;
}
.i-lista .ul .li:hover .bot {
  background: rgba(213, 116, 60, 0.3);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-lista .ul .li:hover .bot .line {
  height: 100%;
  background: #d5743d;
  top: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-lista .wmore-btn {
  margin-top: 45px;
}

.i-listb {
  padding: 40px 0 90px;
  background: url(../img/pic2.jpg) no-repeat center 30px;
  background-attachment: fixed;
}
.i-listb .dl {
  margin-top: 55px;
  height: 474px;
  position: relative;
  overflow: hidden;
}
.i-listb .dl .dd {
  width: 1200px;
  height: 474px;
  overflow: hidden;
}
.i-listb .dl .dd img {
  max-width: 100%;
}
.i-listb .dl .dt {
  position: absolute;
  right: 0;
  top: 0;
  width: 195px;
  height: 100%;
  background: url(../img/pic1.png) no-repeat;
  text-align: center;
  transform:translateX(195px);
  -webkit-transition: all .5s 0s linear;
  -o-transition: all .5s 0s linear;
  transition: all .5s 0s linear;
}
.i-listb .dl:hover .dt{
  transform:translateX(0px);
  -webkit-transition: all .5s 0s linear;
  -o-transition: all .5s 0s linear;
  transition: all .5s 0s linear;
}
.i-listb .dl .dt p {
  padding-top: 225px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.i-listb .dl .dt .more {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  display: inline-block;
  margin-top: 6px;
}
.i-listb .dl .dt .more .s {
  display: inline-block;
  opacity: .3;
  font-family: "Arial";
  font-style: italic;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.i-listb .dl .dt .triangle-right {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.i-listb .dl .dt:hover .more .s {
  opacity: 1;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.i-listb .dl-two {
  margin-top: 45px;
}
.i-listb .dl-two .dd {
  width: 580px;
  height: 256px;
  overflow: hidden;
}
.i-listb .dl-two .dd img {
  width: 100%;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-listb .dl-two .dd:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}

.back-top.active {
  top: -40px;
  -webkit-transition: top 0.5s 0s cubic-bezier(0.86, 0.2, 0.24, 0.79);
          transition: top 0.5s 0s cubic-bezier(0.86, 0.2, 0.24, 0.79);
}

.back-top {
  width: 130px;
  height: 80px;
  margin-left: -65px;
  top: 0px;
  background: #333;
  border-radius: 80px;
  position: absolute;
  left: 50%;
  text-align: center;
  -webkit-transition: top 0.5s 0s cubic-bezier(0.86, 0.2, 0.24, 0.79);
          transition: top 0.5s 0s cubic-bezier(0.86, 0.2, 0.24, 0.79);
  z-index: 1;
  cursor: pointer;
}
.back-top .triangle-up {
  width: 0;
  height: 0;
  display: inline-block;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-animation: arrow 1.5s infinite linear;
          animation: arrow 1.5s infinite linear;
}
.back-top .s {
  font-size: 12px;
  line-height: 12px;
  opacity: .6;
  color: #fff;
  text-transform: uppercase;
}

.wmore-btn {
  text-align: center;
}

.more-btn {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  padding: 0 25px;
  font-size: 14px;
  color: #fff;
  background: #d5743d;
  position: relative;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.more-btn .triangle-right {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.more-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 100%;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
  z-index: 1;
}
.more-btn:hover:before {
  background: #f2d5c4;
  border-radius: 45px;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.more-btn p {
  position: relative;
  z-index: 3;
}
.more-btn:hover {
  color: #d5743d;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.more-btn:hover .triangle-right {
  border-left: 5px solid #d5743d;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}

.more-btn-t {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  padding: 0 30px;
  font-size: 14px;
  color: #d5743d;
  position: relative;
  border: 1px solid #d5743d;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.more-btn-t .triangle-down {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d5743d;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.more-btn-t:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 100%;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
  z-index: 1;
}
.more-btn-t:hover:before {
  background: #d5743d;
  border-radius: 45px;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.more-btn-t p {
  position: relative;
  z-index: 3;
}
.more-btn-t:hover {
  color: #fff;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.more-btn-t:hover .triangle-down {
  border-top: 5px solid #fff;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}

.n-banner {
  height: 360px;
  position: relative;
  z-index: 1;
}
.n-banner figure {
  height: 360px;
}
.n-banner .w1200 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
.n-banner .tit {
  font-size: 36px;
  line-height: 360px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.n-banner p {
  text-shadow: 2px 3px 15px #000;
}

.n-contact {
  padding: 60px 0 100px;
  background: url(../img/pic2.jpg) repeat-y center top;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}
.n-contact .lista {
  padding: 90px 80px 115px;
  background: #fff url(../img/pic2.png) no-repeat 120% 120%;
}
.n-contact .lista .dt {
  width: 440px;
}
.n-contact .lista .dt .tit {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 38px;
  color: #333;
  font-weight: bold;
}
.n-contact .lista .dt .p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.n-contact .lista .dd {
  width: 520px;
  height: auto;
  overflow: hidden;
}
.n-contact .lista .dd img {
  max-width: 100%;
}
.n-contact .lista .dd  video{
  width:100%;
  margin-top: 20px;
}
.n-contact .listb {
  height: 365px;
  background: url(../img/pic6.jpg) no-repeat;
  text-align: center;
}
.n-contact .listb .tit {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  padding-top: 75px;
}
.n-contact .listb .li {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  padding-left: 40px;
  margin-bottom: 15px !important;
}
.n-contact .listb .lia {
  width: 356px;
  background: url(../img/pic3.png) no-repeat left top;
  margin: 0 auto;
}
.n-contact .listb .lib {
  width: 160px;
  margin: 0 auto;
  background: url(../img/pic3-1.png) no-repeat left top;
}
.n-contact .listb .lic {
  width: 510px;
  background: url(../img/pic3-2.png) no-repeat left top;
  margin: 0 auto;
}

.n-news {
  padding: 110px 0 100px;
  position: relative;
  background: #fff;
  z-index: 3;
}
.n-news .subnav {
  height: 130px;
  margin-bottom: 45px;
}
.n-news .subnav .li {
  float: left;
  width: 124px;
  height: 124px;
  line-height: 130px;
  font-size: 30px;
  font-weight: bold;
  color: #ebc1af;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
  font-family: "LAURMC";
}
.n-news .subnav .li .s {
  background: url(../img/pic4.png) no-repeat center;
  width: 28px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 77px;
  margin-left: -14px;
  z-index: 3;
}
.n-news .subnav .li p {
  position: relative;
  z-index: 3;
}
.n-news .subnav .li .q {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-news .subnav .lia {
  font-size: 20px !important;
  font-weight: normal;
  font-family: "微软雅黑";
  line-height: 120px;
}
.n-news .subnav .li:hover .s, .n-news .subnav .li.cur .s {
  background: url(../img/pic4-1.png) no-repeat;
}
.n-news .subnav .li:hover, .n-news .subnav .li.cur {
  color: #fff;
  font-size: 48px;
  background: #f9cab0;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-news .subnav .li:hover .p, .n-news .subnav .li.cur .p {
  font-size: 20px;
}
.n-news .subnav .li:hover .q, .n-news .subnav .li.cur .q {
  background: #d5743d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-news .news-box {
  position: relative;
}
.n-news .news-box .tabbox .tab {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.n-news .news-box .tabbox .tab:hover, .n-news .news-box .tabbox .tab.cur {
  color: #d5743d;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.n-news .news-box .tabbox .s {
  line-height: 22px;
}
.n-news .news-box .tablist .list {
  /*display: none;*/
}
.n-news .news-box .tablist .list ul {
  width: 1160px;
  margin: 0 auto;
}
.n-news .news-box .tablist .list li {
  padding: 50px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.n-news .news-box .tablist .list .li-l {
  width: 270px;
  height: 150px;
  overflow: hidden;
}
.n-news .news-box .tablist .list .li-l img {
  max-width: 100%;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .4s 0s ease-in-out;
          transition: all .4s 0s ease-in-out;
}
/*.n-news .news-box .tablist .list .li-r:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  background: #d5743d;
  -webkit-transition: all .4s 0s ease-in-out;
          transition: all .4s 0s ease-in-out;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}*/
.n-news .news-box .tablist .list .li-r {
  padding-left: 18px;
  padding-bottom: 13px;
  position: relative;
  width: 870px;
}
.n-news .news-box .tablist .list .li-r .p-text {
  width: 855px;
  position: relative;
  z-index: 3;
}
.n-news .news-box .tablist .list .li-r .time {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  background: url(../img/pic5.png) no-repeat left center;
  padding-left: 20px;
  margin: 12px 0 15px;
  -webkit-transition: all .3s 0s ease-in-out;
          transition: all .3s 0s ease-in-out;
}
.n-news .news-box .tablist .list .li-r .tit {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s 0s ease-in-out;
          transition: all .3s 0s ease-in-out;
}
.n-news .news-box .tablist .list .li-r .p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666;
  -webkit-transition: all .3s 0s ease-in-out;
          transition: all .3s 0s ease-in-out;
}
.n-news .news-box .tablist .list li:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #d5743d;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 1.5s 0s ease-in-out;
          transition: all 1.5s 0s ease-in-out;
}
.n-news .news-box .tablist .list li:hover:before {
  width: 100%;
  visibility: visible;
}
.n-news .news-box .tablist .list li:hover .li-l img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all .4s 0s ease-in-out;
          transition: all .4s 0s ease-in-out;
}
/*.n-news .news-box .tablist .list li:hover .time, .n-news .news-box .tablist .list li:hover .tit, .n-news .news-box .tablist .list li:hover .p {
  color: #fff;
  -webkit-transition: all .3s 0s ease-in-out;
          transition: all .3s 0s ease-in-out;
}
.n-news .news-box .tablist .list li:hover .time {
  background: url(../img/pic5-1.png) no-repeat;
  -webkit-transition: all .3s 0s ease-in-out;
          transition: all .3s 0s ease-in-out;
}*/
/*.n-news .news-box .tablist .list li:hover .li-r:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1)
}*/
.n-news .wmore-btn {
  margin-top: 50px;
  cursor: pointer;
}

.case-form {
  width: 267px;
  height: 35px;
  margin-top: 40px;
}
.case-form .inputa {
  background: none;
  border: none;
  height: 24px;
  padding: 4.5px 0;
  text-indent: 5px;
  width: 230px;
  border: 1px solid #e4e4e4;
  box-border: border-box;
}
.case-form .submit {
  background: url(../img/pic7.jpg) no-repeat center;
  border: none;
  height: 35px;
  width: 35px;
}

.n-recruit {
  padding: 66px 0 88px;
  position: relative;
  background: #fff;
  z-index: 3;
}
.n-recruit .n-top {
  margin-bottom: 56px;
}
.n-recruit .wmore-btn {
  cursor: pointer;
}
.n-recruit .join-list {
  padding-bottom: 40px;
}
.n-recruit .join-list li {
  padding: 0 30px;
  background: #fafafa;
  padding: 10px 0;
  border-bottom: 2px solid #efefef;
}
.n-recruit .join-list li .s {
  color: #b4b4b4;
}
.n-recruit .join-list .join-text .p {
  width: 100%;
}
.n-recruit .join-list .jointop {
  position: relative;
  min-height: 138px;
  cursor: pointer;
  overflow: hidden;
}
.n-recruit .join-list .jointop .join-l {
  width: 190px;
  text-align: center;
  font-size: 14px;
  line-height: 138px;
  color: #333;
}
.n-recruit .join-list .jointop .join-r {
  min-height: 100px;
  width: 780px;
  padding-top: 38px;
  padding-left: 25px;
  border-left: 1px solid #efefef;
}
.n-recruit .join-list .jointop .join-r .li {
  float: left;
  width: 190px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  height: 22px;
}
.n-recruit .join-list .jints {
  float: left;
  margin-top: 3px;
}
.n-recruit .join-list .jints p {
  color: #000;
  font-size: 28px;
  line-height: 30px;
}
.n-recruit .join-list .jints p .i {
  font-size: 22px;
  color: #999;
  line-height: 22px;
}
.n-recruit .join-list .add {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  bottom: 60px;
  background: url(../img/pic6.png) no-repeat center;
}
.n-recruit .join-list .joins {
  display: none;
  width: 100%;
  padding-bottom: 110px;
}
.n-recruit .join-list .join-info p {
  color: #666666;
  font-size: 14px;
}
.n-recruit .join-list .jointop.on .add {
  background: url(../img/pic6-1.png) no-repeat center;
}
.n-recruit .join-list a.mail {
  display: inline-block;
  width: 110px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background: #d5743d;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 75px;
  bottom: 50px;
}

.n-store {
  padding: 105px 0 88px;
  position: relative;
  background: #fefdfc url(../img/bg-1.png) no-repeat center top;
  background-attachment: fixed;
  z-index: 3;
}
.n-store .lista {
  background: #fff url(../img/pic7.png) no-repeat 155% top;
}
.n-store .lista .dt {
  width: 495px;
  height: 488px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.n-store .lista .dt .hlogo {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 20px;
}
.n-store .lista .dt .hlogo img {
  display: inline-block;
}
.n-store .lista .dt .p {
  width: 400px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.n-store .lista .dd {
  width: 705px;
  height: 488px;
  overflow: hidden;
}
.n-store .lista .dd img {
  max-width: 100%;
}
.n-store .lista .wmore-btn {
  margin-top: 30px;
}
.n-store .listb {
  margin-top: 60px;
}
.n-store .listb .li {
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 60px;
  margin-bottom: 60px;
}
.n-store .listb .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 0;
  background: rgba(213, 116, 60, 0.6);
  width: 100%;
  -webkit-transform: translateY(74px);
      -ms-transform: translateY(74px);
          transform: translateY(74px);
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.n-store .listb .tit .p1 {
  width: 280px;
  margin: 0 auto;
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-store .listb .tit .p2 {
  font-size: 14px;
  line-height: 22px;
  font-family: "Arial";
  color: #fff;
  width: 280px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-store .listb .li:hover .tit {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}

.n-brand {
  padding: 110px 0 100px;
  position: relative;
  z-index: 3;
  background: #fff url(../img/pic7.png) no-repeat 120% 80%;
  background-attachment: fixed;
}
.n-brand .lista {
  padding-bottom: 110px;
}
.n-brand .lista .p-text {
  margin-top: 50px;
  border-top: 1px solid #dedede;
  padding-top: 50px;
  font-size: 14px;
  list-style-position: 22px;
  text-align: center;
  color: #333;
}
.n-brand .lista .p-text img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.n-brand .listb {
  /*background: #fff url(../img/pic11.jpg) no-repeat center top;*/
  /*background-attachment: fixed;*/
  height: 700px;
  /*padding-top: 70px;*/
}
.n-brand .listb .n-top .tit {
  color: #fff;
}
.n-brand .listb .ul {
  width: 1200px;
  margin: 60px auto 0;
}
.n-brand .listb .ul .li {
  width: 460px;
  float: left;
  margin-right: 245px;
}
.n-brand .listb .ul .li .yp {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 40px;
}
.n-brand .listb .ul .li .yp .s {
  font-size: 40px;
  font-family: "Arial";
  font-style: italic;
  font-weight: normal;
  margin-right: 10px;
  letter-spacing: -4px;
}
.n-brand .listb .ul .li .yp .h {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}
.n-brand .listc {
  padding: 70px 0 80px;
}
.n-brand .listc .banner-s {
  width: 1200px;
  margin: 70px auto 0;
  position: relative;
}
.n-brand .listc .banner-s .btnsbox {
  width: 100%;
  z-index: 3;
}
.n-brand .listc .banner-s .btns {
  bottom: 0px;
  height: 14px;
  display: inline-block;
  left: 50%;
  position: absolute;
}
.n-brand .listc .banner-s .btns span {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 12px;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.n-brand .listc .banner-s .btns span.cur {
  width: 12px;
  height: 12px;
  margin-top: 1px;
  border: 1px solid #e8641b;
  background: #e8641b;
}
.n-brand .listc li.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
  z-index: 3;
}
.n-brand .listc ul {
  height: 310px;
}
.n-brand .listc ul li {
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
  z-index: 1;
}
.n-brand .listc ul .li {
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 60px;
  margin-bottom: 60px;
}
.n-brand .listc ul .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 0;
  background: rgba(213, 116, 60, 0.6);
  width: 100%;
  -webkit-transform: translateY(74px);
      -ms-transform: translateY(74px);
          transform: translateY(74px);
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.n-brand .listc ul .tit .p1 {
  width: 280px;
  margin: 0 auto;
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-brand .listc ul .tit .p2 {
  font-size: 14px;
  line-height: 22px;
  font-family: "Arial";
  color: #fff;
  width: 280px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-brand .listc ul .tit .j {
  width: 25px;
  height: 25px;
  background: url(../img/pic9.png) no-repeat center center;
  -webkit-animation: arrow_t 1.5s infinite linear;
          animation: arrow_t 1.5s infinite linear;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.n-brand .listc ul .li:hover .tit {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}

.n-store-t {
  padding: 65px 0 120px;
  background: #fff;
  position: relative;
  z-index: 3;
}

.n-activity {
  padding: 50px 0 80px;
  background: #fff;
  position: relative;
  z-index: 3;
}
.n-activity .wmore-btn {
  margin-top: 45px;
  cursor: pointer;
}
.n-activity .ul {
  width: 1200px;
  margin: 55px auto 0;
}
.n-activity .ul .li {
  float: left;
  margin-right: 125px;
  margin-bottom: 30px;
  width: 530px;
}
.n-activity .p-text {
  margin-top: 20px;
}
.n-activity .p-text .tit {
  font-size: 14px;
  line-height: 18px;
  color: #f9964f;
  font-weight: bold;
  font-family: "Arial";
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-activity .p-text .p {
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  color: #666;
  overflow: hidden;
}

.n-products {
  padding: 65px 0 95px;
  position: relative;
  background: #fefdfc url(../img/bg-1.png) no-repeat center top;
  background-attachment: fixed;
  z-index: 3;
}
.n-products .subnav .li {
  width: 235px;
  height: 56px;
  border-right: 1px solid #e4e4e4;
  position: relative;
  cursor: pointer;
  margin-bottom: 50px;
  float: left;
}
.n-products .subnav .li .tit {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  padding-left: 30px;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.n-products .subnav .li .p {
  font-size: 12px;
  color: #666;
  list-style-position: 16px;
  padding-left: 30px;
}
.n-products .subnav .li .ja {
  width: 18px;
  height: 18px;
  background: url(../img/pic10.png) no-repeat center center;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.n-products .subnav .li:hover .tit, .n-products .subnav .li.cur .tit {
  color: #db611c;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.n-products .subnav .li:hover .ja, .n-products .subnav .li.cur .ja {
  background: url(../img/pic10-1.png) no-repeat center center;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.n-products .ul {
  margin-top: 60px;
}
.n-products .ul .li {
  width: 274px;
  margin: 0 12px;
  margin-bottom: 24px;
  float: left;
}
.n-products .ul .li .img {
  height: 190px;
  overflow: hidden;
}
.n-products .ul .li .img img {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products .ul .bot {
  text-align: center;
  width: 100%;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products .ul .bot .p-tex {
  padding: 25px 0 45px;
  position: relative;
  z-index: 2;
}
.n-products .ul .bot .h {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #4c0f12;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products .ul .bot .p {
  font-size: 12px;
  line-height: 14px;
  height: 28px;
  padding:0 10px;
  overflow: hidden;
  color: #666;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products .ul .bot .jg {
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  border-radius: 25px;
  border: 1px solid #666;
  display: inline-block;
  color: #666;
  margin-top: 25px;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products .ul .bot .line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products .ul .li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products .ul .li:hover .bot .jg, .n-products .ul .li:hover .bot .p, .n-products .ul .li:hover .bot .h {
  color: #fff;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products .ul .li:hover .bot .jg {
  border: 1px solid #fff;
}
.n-products .ul .li:hover .bot {
  background: rgba(213, 116, 60, 0.3);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products .ul .li:hover .bot .line {
  height: 100%;
  background: #d5743d;
  top: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products .wmore-btn {
  margin-top: 45px;
}

.p-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 914px;
  z-index: 1;
  min-height: 600px;
}
.p-banner ul {
  width: 100%;
  max-height: 914px;
  min-height: 600px;
}
.p-banner ul li {
  width: 100%;
  max-height: 914px;
  float: left;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
  min-height: 600px;
}
.p-banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-banner ul li.active {
  display: block;
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
  -webkit-animation: banner 5s linear 0s infinite;
          animation: banner 5s linear 0s infinite;
}
.p-banner .btnsbox {
  width: 100%;
  z-index: 3;
}
.p-banner .btns {
  bottom: 45px;
  height: 12px;
  display: inline-block;
  right: 40px;
  top: 50%;
  position: absolute;
  width: 12px;
  margin-left: 0 !important;
}
.p-banner .btns span {
  margin: 5px 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #fff;
}
.p-banner .btns span.cur {
  width: 12px;
  height: 12px;
  border: 1px solid #e8641b;
  background: #e8641b;
}

.pro-info.cur {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 860ms 0ms;
          transition: 860ms 0ms;
}

.pinfo-text.cur {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 860ms 0ms;
          transition: 860ms 0ms;
}

.pinfo-text {
  width: 290px;
  height: 350px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -145px;
  margin-top: -150px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.pinfo-text .p-txt {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
}
.pinfo-text .p-jg {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 80px;
  color: #fff;
}
.pinfo-text .p {
  margin: 36px auto 45px;
  font-size: 14px;
  line-height: 34px;
  height: 102px;
  color: #fff;
  overflow: hidden;
}
.pinfo-text .wback-list {
  width: 100%;
}
.pinfo-text .back-list {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: relative;
}
.pinfo-text .back-list:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #d5743d;
  position: absolute;
  left: -20%;
  bottom: -1px;
  -webkit-transition: all .5s 0s ease-in-out;
          transition: all .5s 0s ease-in-out;
}
.pinfo-text .back-list:hover:before {
  width: 140%;
  visibility: visible;
}
.pinfo-text .back-list:hover {
  color: #d5743d;
  -webkit-transition: all .5s 0s ease-in-out;
          transition: all .5s 0s ease-in-out;
}
.pinfo-text .pro-fx {
  display: inline-block;
}
.pinfo-text .pro-fx .bdsharebuttonbox a {
  width: 38px;
  height: 38px;
  margin: 0 5px 0;
  padding: 0;
  float: left;
  opacity: 1;
  -webkit-transition: all .5s 0s ease-in-out;
          transition: all .5s 0s ease-in-out;
}
.pinfo-text .pro-fx .bdsharebuttonbox a:hover {
  opacity: .6;
  -webkit-transition: all .5s 0s ease-in-out;
          transition: all .5s 0s ease-in-out;
}
.pinfo-text .pro-fx .bdsharebuttonbox .bds_weixin {
  background: url(../img/pic12.png) no-repeat 3px center;
}
.pinfo-text .pro-fx .bdsharebuttonbox .bds_tsina {
  background: url(../img/pic12.png) no-repeat -47px center;
}
.pinfo-text .pro-fx .bdsharebuttonbox .bds_tqq {
  background: url(../img/pic12.png) no-repeat -95px center;
}
.pinfo-text .pro-fx .bdsharebuttonbox .bds_more {
  background: url(../img/pic12.png) no-repeat -142px center;
}

.pro-info {
  position: absolute;
  width: 483px;
  height: 483px;
  left: 50%;
  top: 50%;
  margin-left: -241px;
  margin-top: -241px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: 860ms 200ms;
          transition: 860ms 200ms;
}
.pro-info .prve-btn {
  background: url(../img/pic13.png) no-repeat center center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -10px;
}
.pro-info .next-btn {
  background: url(../img/pic13-1.png) no-repeat center center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -10px;
}

.n-news-info {
  padding: 65px 0 95px;
  position: relative;
  background: #fefdfc url(../img/bg-1.png) no-repeat center top;
  background-attachment: fixed;
  z-index: 3;
}
.n-news-info .infobox {
  background: #fff;
  padding: 80px 100px 60px;
}
.n-news-info .infobox .info-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  text-align: center;
}
.n-news-info .infobox .info-top .h {
  font-size: 22px;
  line-height: 26px;
  color: #333;
  margin-bottom: 20px;
}
.n-news-info .infobox .info-top .time {
  color: #999;
  font-size: 14px;
  color: #999;
}
.n-news-info .infobox .text {
  padding: 30px 0 50px;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  border-bottom: 1px solid #e5e5e5;
}
.n-news-info .infobox .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.n-news-info .infobox .bot {
  padding-top: 45px;
}
.n-news-info .infobox .bot-l {
  width: 70%;
}
.n-news-info .infobox .bot-l span {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.n-news-info .infobox .bot-l span a {
  color: #666;
}
.n-news-info .infobox .bot-l span a:hover {
  color: #d5743d;
}
.n-news-info .infobox .bot-r {
  width: 68px;
}
.n-news-info .infobox .bot-r a {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
}
.n-news-info .infobox .bot-r a:hover {
  color: #d5743d;
}

/*.n-products .ul .li {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
      -ms-transform: translate(20px, 0);
          transform: translate(20px, 0);
}*/

/*.i-lista .ul .li {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
}*/

.join-list li {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.n-store .listb .ul .li {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

.i-listb .dl {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(-4px);
    transform: translatey(-4px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(-4px);
    transform: translatey(-4px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes arrow_t {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrow_t {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes banner {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1200px) rotateX(30deg);
            transform: perspective(1200px) rotateX(30deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  15% {
    opacity: .6;
    -webkit-transform: perspective(1200px) rotateX(0deg);
            transform: perspective(1200px) rotateX(0deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes banner {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1200px) rotateX(30deg);
            transform: perspective(1200px) rotateX(30deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  15% {
    opacity: .6;
    -webkit-transform: perspective(1200px) rotateX(0deg);
            transform: perspective(1200px) rotateX(0deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*@-webkit-keyframes fadedown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadedown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}*/

.n-store-t .lista{

}
.n-store-t .lista .map-top{
  margin: 40px 0;
}
.n-store-t .lista .map-l{
  width: 980px;
  margin-left: 20px;
}
.n-store-t .lista .map-l select{
  width: 268px;
  height: 45px;
  line-height: 45px;
  border:1px solid #bcbcbc;
  background: none;
  float: left;
  margin: 0 20px;
  font-size: 14px;
  color: #888;
  text-indent: 15px;
}
.n-store-t .lista .map-l .sear{
  width: 268px;
  height: 40px;
  line-height: 40px;
  border:1px solid #bcbcbc;
  background: none;
  float: left;
  margin-left: 15px;
  font-size: 14px;
  color: #888;
  text-indent: 15px;
  display: block;
}
.city_btn{
  font-size: 14px;
  line-height: 45px;
  margin-right: 50px;
}
.city_btn .em{
  color: #d5743d;
  text-decoration: underline;
}
.n-store-t .lista .map-l .sub{
  background: url(../img/z_2.jpg) no-repeat center;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  border:none;
}
.n-store-t .lista .mapBox{
  width: 820px;
  height: 620px;
}
.n-store-t .lista .addrBox{
    width: 380px;
    height: 580px;
    border:none;
    position:initial;
    background: url(../img/z_1.jpg) no-repeat left top;
    padding: 20px 0;
}
.n-store-t .lista .addrBox .mapTopBtn, .addrBox .mapBottBtn {
    display: block;
    height: 20px;
    width: 100%;
    overflow: hidden;
    background: url(../img/z_1.png) no-repeat center center;
}
.n-store-t .lista .mapMsgBox .msgSign{
  background: none;
}
.n-store-t .lista .mapMsgBox li .contF{
  background: none;
  margin-left: 0;
}
.n-store-t .lista .mapMsgBox li .contF .addr{
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  color: #888888;
}
.n-store-t .lista .mapMsgBox li .contF .addr:nth-child(1){
  background: url(../img/z_2.png) no-repeat left 5px;
}
.n-store-t .lista .mapMsgBox li .contF .addr:nth-child(2){
  background: url(../img/z_3.png) no-repeat left 5px;
}
.n-store-t .lista .mapMsgBox li .contF .addr:nth-child(3){
  background: url(../img/z_4.png) no-repeat left 5px;
}
.n-store-t .lista .addrBox .mapBottBtn {
    display: block;
    height: 23px;
    width: 100%;
    overflow: hidden;
    background: url(../img/z_1_1.png) no-repeat center center;
}
.n-store-t .lista .mapMsgBox{
  width: 280px;
  height: 535px;
}
.n-store-t .lista .mapMsgBox ul{
  width: 280px;
}
.n-store-t .lista .mapMsgBox li .contF{
  width: 265px;
}





.side { 
  position: fixed; 
	width: 150px; 
	/* height: 206px; */
	height: 68px;
	right: 10px; 
  bottom:320px; 
  z-index: 100; 
  background: #d5743d;
  border-radius: 10px;
  box-shadow: 0px 2px 18px 2px rgba(0,0,0,0.1);
}

.side ul li { 
  width: 150px; 
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #DE9064;
  font-size: 12px;
}
.side ul li:last-child{
  border-bottom: none;
}
.side ul li a{
  color: #fff;
  padding-left: 50px;
}
/*.side ul li a:hover{
  color: #d5743d;
}*/
.side ul li a.a1{
  background: url(../img/z_13.png) no-repeat 20px center;
}
.side ul li a.a2{
  background: url(../img/z_12.png) no-repeat 20px center;
}

.n-contact .listc{
  margin-top: 60px;
  margin-bottom: 90px;
}
.n-contact .listc .tit {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.n-contact .listc .libox {
  margin-top: 60px;
}
.n-contact .listc .li {
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
}
.n-contact .listc .li:nth-child(4n) {
  margin-right: 0;
}
.n-contact .listc .li .p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.n-contact .listc .li .imgbox {
  overflow: hidden;
  width: 278px;
  height: 180px;
}
.n-contact .listc .li img {
  width: 278px;
  height: 180px;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.n-contact .listc .li:hover img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.n-contact .listc .ul{
  position: relative;
  height: 615px;
}
.n-contact .listc .ul li{
  position: absolute;
  left: 0;
  top: 0;
}
.n-contact .listc .btnsbox {
  width: 100%;
  z-index: 3;
}
.n-contact .listc .btns {
  bottom: 45px;
  height: 14px;
  display: inline-block;
  left: 50%;
  position: absolute;
}
.n-contact .listc .btns span {
  margin: 0 6px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #fff;
}
.n-contact .listc .btns span.cur {
  width: 14px;
  height: 14px;
  margin-top: 1px;
  border: 1px solid #e8641b;
  background: #e8641b;
}
/*# sourceMappingURL=style.css.map */